object LimitationForm: TLimitationForm Left = 355 Top = 390 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsToolWindow Caption = 'WhoCrashed Home Edition Limitiation' ClientHeight = 140 ClientWidth = 465 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnKeyDown = FormKeyDown DesignSize = ( 465 140) PixelsPerInch = 96 TextHeight = 13 object ImageRegistrar: TImage Left = 8 Top = 15 Width = 100 Height = 100 AutoSize = True Picture.Data = {} Transparent = True end object MemoLimitation: TMemo Left = 129 Top = 15 Width = 320 Height = 51 Anchors = [akLeft, akTop, akRight] BorderStyle = bsNone Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI, Arial' Font.Style = [fsBold] Lines.Strings = ( 'This feature is only available in the professional version ' 'of WhoCrashed') ParentFont = False ReadOnly = True TabOrder = 0 WantReturns = False OnEnter = MemoLimitationEnter end object ButtonBuyOnline: TButton Left = 163 Top = 96 Width = 140 Height = 25 Caption = 'Get the Pro version' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Segoe UI, Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = ButtonBuyOnlineClick end object ButtonTry: TButton Left = 309 Top = 96 Width = 140 Height = 25 Caption = 'continue with HOME' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Segoe UI, Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = ButtonTryClick end object PanelDivider: TPanel Left = 8 Top = 127 Width = 441 Height = 5 TabOrder = 3 end end